課程資訊
課程名稱
作業系統
Operating Systems 
開課學期
106-1 
授課對象
電機資訊學院  生醫電子與資訊學研究所  
授課教師
王 凡 
課號
EE5173 
課程識別碼
921 U9580 
班次
 
學分
3.0 
全/半年
半年 
必/選修
選修 
上課時間
星期一2,3,4(9:10~12:10) 
上課地點
博理103 
備註
總人數上限:30人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/1061EE5173_ 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

Operating systems (OS) are the lowest-level software between computer architecture and the other software. It is only via operating systems, users and other programs can access the underlying hardware functions. The evolution of OS has brought about most of the software technology that we know of today. Thus, the knowledge we learned from an OS course is actually a snapshot of the whole computer technology and serves inspiration for solutions to all technical challenges that we may see in the careers of IT professionals.

For more details: Please check http://cc.ee.ntu.edu.tw/~farn/courses/OS



 

課程目標
1. Learning the fundamentals of OS;

2. Gaining a snapshot of advanced and developing technology in OS.

3. Experimenting with OS via projects for rewriting and implementing parts of OS code.


 
課程要求
Pre-requisites:

(1) Basic Computer Concepts,
(2) C/C++ or Java programming,
(3) Data-Structures (recommended but not necessary)
(4) Algorithms (recommended but not necessary)

Evaluation:

(1) Mid-term exam (30%)
(2) Final exam (30%)
(3) Nachos projects (30%):

(3a) Thread management,
(3b) CPU scheduling,
(3c) Memory management

(4) Homework (10%)


 
預期每週課後學習時數
 
Office Hours
 
指定閱讀
待補 
參考書目
待補 
評量方式
(僅供參考)
   
課程進度
週次
日期
單元主題
第4週
10/02  project 1 announce 
第7週
10/23  presentation - paper 
第9週
11/06  project 2 announce
presentation - paper, thread 
第14週
12/11  project 3 announce
presentation - paper, cpu 
第18週
1/08  Final exam 
第19週
1/15  presentation - paper, vm